-
Notifications
You must be signed in to change notification settings - Fork 9
Build arm64 image on GitHub Actions #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Oops the latest workflow is running for over an hour. @zamazan4ik could you cancel it, or does it matter? I'll address this in the next commit. |
Don`t worry - it will ba cancelled automatically |
Looking at this line https://github.com/rust-serverless/lambda-rust/runs/5419998450?check_suite_focus=true#step:4:539,
I'm reasonably confident that the image is building on QEMU. Currently we only run the tests against the x64 image, since running the test on QEMU is too slow. I'll run the test with the arm64 image on my local machine once it's published. @zamazan4ik sorry for the GitHub workflow spam, please feel free to make any edit, too! (Also please squash if you're going to merge it, I'll be too embarrassed to see the commit messages on the master branch) |
Thanks! |
A part of #34
GitHub Actions' yaml is super hard to debug locally, so expect this PR to contain lots of frustrated commits :)